func github.com/refraction-networking/utls.mutualCipherSuiteTLS13
4 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L665: func mutualCipherSuiteTLS13(have []uint16, want uint16) *cipherSuiteTLS13 {
handshake_client.go#L524: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client_tls13.go#L221: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_server_tls13.go#L187: hs.suite = mutualCipherSuiteTLS13(hs.clientHello.cipherSuites, suiteID)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |